home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global yubicurs, mcurs
- set the visible of sprite 5 to 1
- set the visible of sprite 3 to 1
- set the visible of sprite 30 to 1
- set mcurs to list(912, 913)
- set the cursor of sprite 18 to mcurs
- repeat with n = 19 to 22
- set the cursor of sprite n to yubicurs
- end repeat
- set the cursor of sprite 9 to yubicurs
- set the cursor of sprite 16 to yubicurs
- set the cursor of sprite 17 to yubicurs
- set the cursor of sprite 26 to 0
- set the cursor of sprite 30 to 0
- updateStage()
- end
-